home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Booting Gallery / Booting Gallery (source) / Sources / Sprite Sources / A5World.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  152 b   |  19 lines  |  [TEXT/BROW]

  1. #pragma once
  2.  
  3.  
  4. class A5World
  5. {
  6. public:
  7.     A5World();
  8.     ~A5World();
  9.     
  10.      
  11.     long    Use();
  12.     void    Restore(long old);
  13.     
  14.     
  15.     Ptr            a5PointsHere;
  16.     QDGlobals    fQD;
  17. };
  18.  
  19.